home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3phasys.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_PHASESYSTEM_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_PHASESYSTEM = 488;
-
-
-
-
- // Description: Installs a new phase to the material phase system.
-
- R3PHSYSCM_INSTALLPHASE = 488000;
-
- function mR3PHSYSCM_INSTALLPHASE() {
- DoA(this.r3obj, 488000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Enumerates all registered input channels in a phase * by R3SendMsgA3(targetobj, targetmth, phaseclid, raysampleselector, channelclid).
-
- R3PHSYSCM_ENUMPHASEINPUTCHAN = 488005;
-
- function mR3PHSYSCM_ENUMPHASEINPUTCHAN() {
- DoA(this.r3obj, 488005, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Enumerates all registered output channels in a phase * by R3SendMsgA2(targetobj, targetmth, phaseclid, channelclid).
-
- R3PHSYSCM_ENUMPHASEOUTPUTCHA = 488006;
-
- function mR3PHSYSCM_ENUMPHASEOUTPUTCHA() {
- DoA(this.r3obj, 488006, 0, R3TID_INTEGER, 0);
- }
-
-
- R3PHSYSCM_PRINTCHANNELLOG = 488008;
-
- function mR3PHSYSCM_PRINTCHANNELLOG() {
- DoA(this.r3obj, 488008, 0, R3TID_INTEGER, 0);
- }
-
- // Description: These two methods can be used to register all plugged channels as * input/output channels
- // for a given phase and sample
-
- R3PHSYSCM_REGISTERALLOUTPUTC = 488010;
-
- function mR3PHSYSCM_REGISTERALLOUTPUTC() {
- DoA(this.r3obj, 488010, 0, R3TID_INTEGER, 0);
- }
-
- // Description: convert phase index to corresponding phase clid *
-
- R3PHSYSCM_PHASEINDEXTOCLID = 488011;
-
- function mR3PHSYSCM_PHASEINDEXTOCLID() {
- DoA(this.r3obj, 488011, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- var R3PHASYS_MAXRAYSAMPLES = 4;
- var R3PHASYS_MAXPHASES = 32;
-
-
- function r3Phasesystem () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_PHASESYSTEM, arguments);
- }
- // Methods
- this.INSTALLPHASE=mR3PHSYSCM_INSTALLPHASE;
- this.ENUMPHASEINPUTCHAN=mR3PHSYSCM_ENUMPHASEINPUTCHAN;
- this.ENUMPHASEOUTPUTCHA=mR3PHSYSCM_ENUMPHASEOUTPUTCHA;
- this.PRINTCHANNELLOG=mR3PHSYSCM_PRINTCHANNELLOG;
- this.REGISTERALLOUTPUTC=mR3PHSYSCM_REGISTERALLOUTPUTC;
- this.PHASEINDEXTOCLID=mR3PHSYSCM_PHASEINDEXTOCLID;
-
- // Attributes
- }
-
- r3Phasesystem.prototype=new r3Root;
- // r3phasys.h_H